a=function()
a=function()
service.execute("Deslizar hacia arriba (toque directo)")
service.playSoundTick()
return true
end
b=function()
service.playSoundClock()
return true
end
if service.click({
{
"com.whatsapp:id/voice_note_btn$100",
"%a",
}
})
return true
end
if service.click({
{"enviar$100",
"%b",
}
})

end
return true
end
if service.isEditView(node)
then
if service.click({
{
"%a",
}
})
return true
end

else
if service.click({
{"%Pulsación larga$200",
"%Atrás$200",
"Responder$500",
"%Atrás$200",
"%a",
}
})
return true
end
end